home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / multimedia / paintnet / Paint.NET 3.08.exe / PaintDotNetSetup.exe / PaintDotNet.msi / _CCCD8EC5AA52462B8CB29067C750A332.13ED6334C1EB455E8FAA2B32CA81BD79 / string.txt < prev    next >
Encoding:
Text File  |  2004-06-18  |  8.6 KB  |  67 lines

  1. 100    WIAAut
  2. 1000    %s Properties
  3. 1001    RotateFlip
  4. 1002    Rotates, in 90 degree increments, and Flips, horizontally or vertically.
  5. \n
  6. \nRotationAngle  - Set the RotationAngle property to 90, 180, or 270 if you wish
  7. \n                 to rotate, otherwise 0 [the default]
  8. \nFlipHorizontal - Set the FlipHorizontal property to True if you wish to flip
  9. \n                 the image horizontally, otherwise False [the default]
  10. \nFlipVertical   - Set the FlipVertical property to True if you wish to flip
  11. \n                 the image vertically, otherwise False [the default]
  12. \nFrameIndex     - Set the FrameIndex property to the index of a frame if you
  13. \n                 wish to modify a frame other than the ActiveFrame,
  14. \n                 otherwise 0 [the default]
  15. 1003    Crop
  16. 1004    Crops the image by the specified Left, Top, Right, and Bottom margins.
  17. \n
  18. \nLeft       - Set the Left property to the left margin (in pixels)
  19. \n             if you wish to crop along the left, otherwise 0 [the default]
  20. \nTop        - Set the Top property to the top margin (in pixels)
  21. \n             if you wish to crop along the top, otherwise 0 [the default]
  22. \nRight      - Set the Right property to the right margin (in pixels)
  23. \n             if you wish to crop along the right, otherwise 0 [the default]
  24. \nBottom     - Set the Bottom property to the bottom margin (in pixels)
  25. \n             if you wish to crop along the bottom, otherwise 0 [the default]
  26. \nFrameIndex - Set the FrameIndex property to the index of a frame if you
  27. \n             wish to modify a frame other than the ActiveFrame,
  28. \n             otherwise 0 [the default]
  29. 1005    Scale
  30. 1006    Scales image to the specified Maximum Width and Maximum Height preserving
  31. \nAspect Ratio if necessary.
  32. \n
  33. \nMaximumWidth        - Set the MaximumWidth property to the width (in pixels)
  34. \n                      that you wish to scale the image to.
  35. \nMaximumHeight       - Set the MaximumHeight property to the height (in pixels)
  36. \n                      that you wish to scale the image to.
  37. \nPreserveAspectRatio - Set the PreserveAspectRatio property to True
  38. \n                      [the default] if you wish to maintain the current aspect
  39. \n                      ration of the image, otherwise False and the image will
  40. \n                      be stretched to the MaximumWidth and MaximumHeight
  41. \nFrameIndex          - Set the FrameIndex property to the index of a frame if
  42. \n                      you wish to modify a frame other than the ActiveFrame,
  43. \n                      otherwise 0 [the default]
  44. 1007    Stamp
  45. 1008    Stamps the specified ImageFile at the specified Left and Top coordinates.
  46. \n
  47. \nImageFile  - Set the ImageFile property to the ImageFile object that you wish
  48. \n             to stamp
  49. \nLeft       - Set the Left property to the offset from the left (in pixels)
  50. \n             that you wish to stamp the ImageFile at [default is 0]
  51. \nTop        - Set the Top property to the offset from the top (in pixels) that
  52. \n             you wish to stamp the ImageFile at [default is 0]
  53. \nFrameIndex - Set the FrameIndex property to the index of a frame if you wish to
  54. \n             modify a frame other than the ActiveFrame, otherwise 0
  55. \n             [the default]
  56. 1009    Convert
  57. 1010    Converts the resulting ImageFile to the specified type.
  58. \n
  59. \nFormatID    - Set the FormatID property to the supported raster image format
  60. \n              desired, currently you can choose from wiaFormatBMP,
  61. \n              wiaFormatPNG, wiaFormatGIF, wiaFormatJPEG, or wiaFormatTIFF
  62. \nQuality     - For a JPEG file, set the Quality property to any value from 1 to
  63. \n              100 [the default] to specify quality of JPEG compression
  64. \nCompression - For a TIFF file, set the Compression property to CCITT3, CCITT4,
  65. \n              RLE or Uncompressed to specify the compression scheme,
  66. \n              otherwise LZW [the default]
  67. 1011    Exif
  68. 1012    Adds/Removes the specified Exif Property.
  69. \n
  70. \nRemove     - Set the Remove property to True if you wish to remove the
  71. \n             specified Exif property, otherwise False [the default] to add the
  72. \n             specified exif property
  73. \nID         - Set the ID property to the PropertyID you wish to Add or Remove
  74. \nType       - Set the Type property to indicate the WiaImagePropertyType of the
  75. \n             Exif property you wish to Add (ignored for Remove)
  76. \nValue      - Set the Value property to the Value of the Exif property you wish
  77. \n             to Add (ignored for Remove)
  78. \nFrameIndex - Set the FrameIndex property to the index of a frame if you
  79. \n             wish to modify a frame other than the ActiveFrame,
  80. \n             otherwise 0 [the default]
  81. 1013    Frame
  82. 1014    Adds/Removes the specified Frame.
  83. \n
  84. \nRemove     - Set the Remove property to True if you wish to remove the
  85. \n             specified FrameIndex, otherwise False [the default] to Insert the
  86. \n             ImageFile before the specified FrameIndex
  87. \nImageFile  - Set the ImageFile property to the ImageFile object whose
  88. \n             ActiveFrame that you wish to add (ignored for Remove)
  89. \nFrameIndex - For Remove, set the FrameIndex property to the index of the frame
  90. \n             you wish to remove, otherwise for add, set the FrameIndex to the
  91. \n             index of the frame to insert the ImageFile before, otherwise 0
  92. \n             [the default] to append a frame from the ImageFile specified
  93. 1015    ARGB
  94. 1016    Updates the image bits with those specified.
  95. \n
  96. \nARGBData -   Set the ARGBData property to the Vector of Longs that represent
  97. \n             the ARGB data for the specified FrameIndex (the width and height
  98. \n             must match)
  99. \nFrameIndex - Set the FrameIndex property to the index of the frame whose ARGB
  100. \n             data you wish to modify, otherwise 0 [the default] to modify the
  101. \n             ActiveFrame
  102. 2000    The scanner head is locked.
  103. 2001    The device driver threw an exception.
  104. 2002    An unknown error has occurred with the WIA device.
  105. 2003    There is an incorrect setting on the WIA device.
  106. 2004    The response from the driver is invalid.
  107. 2005    Paper is jammed in the scanner\'s document feeder.
  108. 2006    The user requested a scan and there are no documents left in the document feeder.
  109. 2007    An unspecified problem occurred with the scanner\'s document feeder.
  110. 2008    The WIA device is not online.
  111. 2009    The WIA device is busy.
  112. 2010    The WIA device is warming up.
  113. 2011    An unspecified error has occurred with the WIA device that requires user intervention. The user should ensure that the device is turned on, online, and any cables are properly connected.
  114. 2012    The WIA device was deleted. It can no longer be accessed.
  115. 2013    No WIA device of the selected type is available.
  116. 2014    An unspecified error occurred during an attempted communication with the WIA device.
  117. 2015    The device does not support this command.
  118. 2016    User Cancelled.
  119. 2017    The ID is not formatted correctly.
  120. 2018    Type is not VideoDeviceType.
  121. 2019    ID Not Found.
  122. 2020    Index must either be a number or a property name.
  123. 2021    Index must either be a number or a Device ID.
  124. 2022    Name Not Found.
  125. 2023    Index out of range.
  126. 2024    Property does not have a default value. SubType is UnspecifiedSubType.
  127. 2025    Property does not have a set of values. SubType is not List or Flag.
  128. 2026    Property does not have a range. SubType is not Range.
  129. 2027    Unrecognized format Type. ImageFile cannot support this operation.
  130. 2028    No ImageFile loaded. You must call LoadFile first.
  131. 2029    Cannot convert to specified FormatType.
  132. 2030    The margins are invalid and specify negative or empty image dimensions.
  133. 2031    This event is already registered for this device.
  134. 2032    Unable to register the same event for both a specific Device ID and Any Device.
  135. 2033    Files must be a Pathname to a valid image file or a vector of Pathnames to valid image files.
  136. 2034    There are no Filters to apply, use Add to add a Filter to the Filters collection to be Applied.
  137. 2035    The Convert Filter must be the last filter in the Apply chain.
  138. 2036    Invalid Property Type. Type must be a value from the WiaImagePropertyType enumeration.
  139. 2037    The Vector is the wrong size or type. The Vector must be Width * Height Long values.
  140. 2038    The Vector's Type is not compatible with this operation.
  141. 2039    The Vector is empty. The vector must contain data for this operation.
  142. 2040    The WIA driver for this imaging device returned an invalid property attribute for this property. This is a driver bug, please inform the device manufacturer.
  143. 2041    Image file must contain at least one frame.
  144. 2042    You cannot Add an Item to a collection returned from a CommonDialog method.
  145. 2043    No Device Specified.
  146. 2044    Index must either be a number or a filter name.
  147. 2045    PixelDepth must equal 1 to use this compression setting.
  148. 2046    ID out of range.
  149. 2047    Failed to create video window.
  150.